Returns the number of fully visible rows in the control.
Syntax
object.VisibleRows
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Return Type
Remarks
Use the VisibleRows property together with the VisibleRecords property to specify where the current record displays. For example, to display the current record in the bottommost row, use the code below:
DataRepeater1.VisibleRecords(DataRepeater1.VisibleRows) = _
DataRepeater1.CurrentRecord